home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Collections: MegaDisc
/
MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).zip
/
MegaDisc 36 (1993-11)(MegaDisc Digital Publishing)(AU)(Disk 2 of 2).adf
/
ARexx
/
Modular
/
ClearWin.mod
< prev
next >
Wrap
Text File
|
1993-08-19
|
216b
|
9 lines
/* ------ Clear contents of inner window ------ */
ClearWin:
if GetClip('inner_open') = '1' then do
call SetAPen(HO1,0)
call BackFill(HO1)
call SetAPen(HO1,1)
end
return